home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
TPUG - Toronto PET Users Group
/
TPUG Users Group CD
/
TPUG Users Group CD.iso
/
AMIGA
/
(A)Z
/
(A)Z10.ADF
/
A_Host
/
sample.scr
< prev
Wrap
Text File
|
1989-07-04
|
929b
|
52 lines
#!++
#! Abstract:
#! Example script file for the AmigaHost terminal program.
#!
#! The dial command for Hayes smartmodem.
#!
#! Authors: Steve Wilhite
#!
#! Revision History:
#!
#! Steve Wilhite, 8/1/86
#! Remove my ppn & password before release!
#!--
#
ATD 457-6133
#!
#! Wait for the message from the modem, indicating carrier.
#!
#p'CONNECT'w'2'
#
#p'Host Name:'cis
#p'User ID:'00000,0000
#! ^^^^^^^^^^----- your ppn goes here
#! vvvvvvvvvvvv--- your password goes here
#p'Password'xxxxxxxxxx
#!
#! Start log file. This will append to the file if one already exists.
#! Visit our sig and read new messages.
#!
#lo'sig.msg'#
#p'TOP'go pcs61
#p'Function:'rn
#(
'Function:', 'logoff',
'(UA RE T):', 'set-nonstop'
)#
#:'set-nonstop'#
ns
#p'Function:'#
#!
#! That's all folks
#!
#:'logout'off
#p'Name:'off
#!
#! Close the log file and exit AHost
#!
#lc#
#e